Skip to main content

DescribeModuleConfig

Description

call DescribeModuleConfig to obtain asset fingerprint module setting information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeModuleConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring7E0618A9-D5EF-4220-9471-C42B5E92719Frequest ID of the result.
InstanceIdstringlb-xxxmachine instance ID.
ModuleNamestringalihidstemplate name.
Ipstring2.2.2.2machine IP.
Countinteger2the number of module settings.
Successbooleantruewhether the request was successful.
GroupIdinteger173group ID.
InstanceNamestringssxxxxxxxxmachine instance name.
ConfigNamestringtimescanset the name.
Uuidstringlb-xxxx-xxxx-xxxx-xxxxserver uuid.
HttpStatusCodeinteger200response code.
Regionstringoutside-of-aliyunregion.
ItemsarrayNo sample value for this parameter.list of settings.
ModuleConfigListarrayNo sample value for this parameter.module setting information list.

Example

Successful Response example

{
"RequestId":"7E0618A9-D5EF-4220-9471-C42B5E92719F",
"InstanceId":"lb-xxx",
"ModuleName":"alihids",
"Ip":"2.2.2.2",
"Count":"2",
"Success":"true",
"GroupId":"173",
"InstanceName":"ssxxxxxxxx",
"ConfigName":"timescan",
"Uuid":"lb-xxxx-xxxx-xxxx-xxxx",
"HttpStatusCode":"200",
"Region":"outside-of-aliyun",
"Items":"",
"ModuleConfigList":""
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}